Skip to content

Use go mod and separate packages#21

Open
migueleliasweb wants to merge 2 commits intodaBONDi:masterfrom
migueleliasweb:use-go-mod-and-modules
Open

Use go mod and separate packages#21
migueleliasweb wants to merge 2 commits intodaBONDi:masterfrom
migueleliasweb:use-go-mod-and-modules

Conversation

@migueleliasweb
Copy link
Copy Markdown

@migueleliasweb migueleliasweb commented Mar 21, 2021

The purposed new structure looks like this:

Changes:

.
├── computer.csv
├── docker-compose.yml
├── Dockerfile
├── go.mod
├── go.sum
├── internal
│   ├── repository
│   │   ├── data.go
│   │   └── types.go
│   └── wol
│       └── wol.go
├── LICENSE
├── main.go
├── pages
│   └── index.html
├── pkg
│   ├── cmd
│   │   ├── const.go
│   │   ├── envVars.go
│   │   └── shellArgs.go
│   └── http
│       └── handler
│           ├── pages.go
│           ├── rest.go
│           └── types.go
├── README.md
├── screenshot.PNG
└── VERSION

@migueleliasweb
Copy link
Copy Markdown
Author

Regarding #20

@migueleliasweb migueleliasweb force-pushed the use-go-mod-and-modules branch from db16d2a to c97ce17 Compare March 21, 2021 07:30
@migueleliasweb migueleliasweb force-pushed the use-go-mod-and-modules branch from 3da8435 to e7dd269 Compare March 21, 2021 07:42
@migueleliasweb
Copy link
Copy Markdown
Author

Related to: sabhiram/go-wol#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant